home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / sysctrlnt._xe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  1999-11-15  |  1.6 KB  |  76 lines

  1. object Form5: TForm5
  2.   Left = 228
  3.   Top = 232
  4.   BorderStyle = bsNone
  5.   Caption = 'WinGuardian - Error Loading'
  6.   ClientHeight = 119
  7.   ClientWidth = 370
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 370
  25.     Height = 119
  26.     Align = alClient
  27.     TabOrder = 0
  28.     Visible = False
  29.     object Label2: TLabel
  30.       Left = 13
  31.       Top = 16
  32.       Width = 345
  33.       Height = 19
  34.       Caption = 'WARNING: WinGuardian files have been tampered with'
  35.       Font.Charset = DEFAULT_CHARSET
  36.       Font.Color = clBlack
  37.       Font.Height = -16
  38.       Font.Name = 'Times New Roman'
  39.       Font.Style = []
  40.       ParentFont = False
  41.     end
  42.     object Label3: TLabel
  43.       Left = 26
  44.       Top = 44
  45.       Width = 248
  46.       Height = 19
  47.       Caption = ' or are corrupt.  Attempting to recover....'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -16
  51.       Font.Name = 'Times New Roman'
  52.       Font.Style = []
  53.       ParentFont = False
  54.     end
  55.     object MaskEdit1: TEdit
  56.       Left = 216
  57.       Top = 178
  58.       Width = 177
  59.       Height = 21
  60.       PasswordChar = '*'
  61.       TabOrder = 0
  62.       Visible = False
  63.     end
  64.     object Button1: TButton
  65.       Left = 135
  66.       Top = 79
  67.       Width = 77
  68.       Height = 26
  69.       Caption = 'OK'
  70.       Default = True
  71.       TabOrder = 1
  72.       OnClick = Button1Click
  73.     end
  74.   end
  75. end
  76.